background having opacity and text above to not have opacity

39

div{
  background-color: rgba(173,216,230,0.5);
}
/* we have made only the background transparent, not the text */

Comments

Submit
0 Comments